Skip to content

fix(deps): update all dependencies#746

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#746
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-sdk-go-v2/service/ecs v1.73.1v1.74.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.4v1.97.1 age confidence require minor
github.com/golangci/gofmt d62b90ee7be49a age confidence indirect digest
github.com/pulumi/esc v0.22.0v0.23.0 age confidence indirect minor
github.com/pulumi/pulumi-aws/sdk/v7 v7.21.0v7.23.0 age confidence require minor
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.27.0v4.28.0 age confidence require minor
github.com/pulumi/pulumi/sdk/v3 v3.225.1v3.226.0 age confidence require minor
github.com/ryanrolds/sqlclosecheck v0.5.1v0.6.0 age confidence indirect minor
go.opentelemetry.io/collector/featuregate v1.53.0v1.54.0 age confidence indirect minor
go.opentelemetry.io/collector/pdata v1.53.0v1.54.0 age confidence indirect minor
go.opentelemetry.io/proto/otlp v1.9.0v1.10.0 age confidence indirect minor
golang.org/x/crypto v0.48.0v0.49.0 age confidence indirect minor
golang.org/x/exp 3dfff047ab1446 age confidence require digest
golang.org/x/exp/typeparams 3dfff047ab1446 age confidence indirect digest
golang.org/x/mod v0.33.0v0.34.0 age confidence indirect minor
golang.org/x/mod v0.33.0v0.34.0 age confidence require minor
golang.org/x/net v0.51.0v0.52.0 age confidence indirect minor
golang.org/x/term v0.40.0v0.41.0 age confidence indirect minor
golang.org/x/text v0.34.0v0.35.0 age confidence indirect minor
golang.org/x/tools v0.42.0v0.43.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api a57be140b37fe3 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc a57be140b37fe3 age confidence indirect digest
k8s.io/kube-openapi 5b3e3fd43fb72c age confidence indirect digest
pulumi/pulumi 3.225.13.226.0 age confidence minor
pulumi/pulumi-aws v7.21.0v7.23.0 age confidence minor
pulumi/pulumi-gitlab v9.9.0v9.10.0 age confidence minor
registry.access.redhat.com/ubi9/go-toolset 71101fd3cdf0d1 stage digest
registry.access.redhat.com/ubi9/ubi cecb1cd6ed9f6f final digest

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ecs)

v1.74.0

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.33.0
    • Feature: Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.105.4
    • Documentation: Docs Update for timeout changes
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.66.0
    • Feature: AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.74.0
    • Feature: Add a client config option to disable logging when output checksum validation is skipped due to an unsupported algorithm.
  • github.com/aws/aws-sdk-go-v2/service/workspacesthinclient: v1.11.2
    • Documentation: Rename WorkSpaces Web to WorkSpaces Secure Browser
pulumi/esc (github.com/pulumi/esc)

v0.23.0

Compare Source

Improvements
  • Add warning in CLI when using an ambiguous 2-part environment ref
    #​622

  • Add support for fn::final built-in function that marks values as final and unable to be overwritten.
    #​621

Bug Fixes
Breaking changes
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v7)

v7.23.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.22.0...v7.23.0

v7.22.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.21.0...v7.22.0

pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)

v4.28.0

Compare Source

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.226.0

Compare Source

3.226.0 (2026-03-11)

Features
  • [backend/service] Automatically repair snapshot integrity issues, while sending an error event to the backend for further diagnosis
    #​22179

  • [cli] Add a --otel-traces flag, that allows writing otel traces to a file, or directly to a grpc interface
    #​22129

  • [engine] Engine will use provider references from __self__ arguments to calls
    #​22114

  • [sdk/bun] Support bun as a runtime
    #​22177
    #​22049

  • [sdk/bun] Add debugger support for the bun runtime
    #​22177

  • [sdk/bun] Add support for Bun as a plugin runtime
    #​22189

Bug Fixes
  • [engine] Fix ReplacementTrigger firing due to dependency changes
    #​22119

  • [engine] Correctly serialize output values to the snapshot rather than always recording them as computed even when known
    #​22120

  • [pcl] Support resource ranges in PCL
    #​22144

  • [cli/config] Include environments used when refreshing a stack's config
    #​22103

  • [cli/display] Fix pulumi destroy not showing parent resource hierarchy
    #​22148

  • [cli/package] Correctly parse package URLs with .git in them
    #​22174

  • [cli/plugin] Fix package get-schema for binary providers at relative paths
    #​22107

  • [sdk/python] Handle null detailedDiff in automation StepEventMetadata JSON parsing
    #​22140

  • [cli/state] Fix state move integrity errors when copied providers depend on resources left in source stack
    #​22141

Miscellaneous
  • [cli/about] Show bun information in pulumi about
    #​22121

  • [programgen/go] Target go 1.25 for generated go.mod files (instead of go 1.23)
    #​22070

  • [sdkgen/go] Target go 1.25 for generated go.mod files for SDKs (instead of go 1.20)
    #​22131

  • [sdk/python] Read Poetry and uv lockfiles to determine program dependencies
    #​22072

  • [sdk/python] Use importlib to find pulumi-plugin.json for installed packages
    #​22127

ryanrolds/sqlclosecheck (github.com/ryanrolds/sqlclosecheck)

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: ryanrolds/sqlclosecheck@v0.5.1...v0.6.0

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/featuregate)

v1.54.0

🛑 Breaking changes 🛑
  • all: Change metric units to be singular to match OTel specification, e.g. {requests} -> {request} (#​14753)
💡 Enhancements 💡
  • cmd/mdatagen: Add deprecated_type field to allow specifying an alias for component types. (#​14718)
  • cmd/mdatagen: Generate entity-scoped MetricsBuilder API that enforces entity-metric associations at compile time (#​14659)
  • cmd/mdatagen: Skip generating reaggregation config options for metrics that have no aggregatable attributes. (#​14689)
  • pkg/service: The internal status reporter no longer drops repeated Ok and RecoverableError statuses (#​14282)
    Status events can now carry metadata and there's value in allowing them to be emitted despite the status value itself
    not changing.
🧰 Bug fixes 🧰
  • cmd/builder: Add .exe to output binary names when building for Windows targets. (#​12591)

  • exporter/debug: Add printing of metric metadata in detailed verbosity. (#​14667)

  • exporter/otlp_grpc: Prevent nil pointer panic when push methods are called before the OTLP exporter initializes its gRPC clients. (#​14663)
    When the sending queue and retry are disabled, calling ConsumeTraces,
    ConsumeMetrics, ConsumeLogs, or ConsumeProfiles before the OTLP exporter
    initializes its gRPC clients could cause a nil pointer dereference panic.
    The push methods now return an error instead of panicking.

  • exporter/otlp_http: Show the actual destination URL in error messages when request URL is modified by middleware. (#​14673)
    Unwraps the *url.Error returned by http.Client.Do() to prevent misleading error logs when a middleware extension dynamically updates the endpoint.

  • pdata/pprofile: Switch the dictionary of dictionary tables entries only once when merging profiles (#​14709)
    For dictionary table data, we used to switch their dictionaries when doing
    the switch for the data that uses them.
    However, when an entry is associated with multiple other data (several
    samples can use the same stack), we would have been switching the
    dictionaries of the entry multiple times.

    We now switch dictionaries for dictionary table data only once, before
    switching the resource profiles.

open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)

v1.10.0: /v0.3.0

Compare Source

Release of the v1.10.0 version of the OTLP.

[!NOTE]
This is the last version that will support Go 1.24. Subsequent minor releases will require Go >= 1.25.

What's Changed

Full Changelog: open-telemetry/opentelemetry-proto-go@v1.9.0...v1.10.0

pulumi/pulumi-gitlab (pulumi/pulumi-gitlab)

v9.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-gitlab@v9.9.0...v9.10.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/go.sum
Command failed: go get -t ./...
go: downloading github.com/golangci/golangci-lint/v2 v2.11.2
go: downloading github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d
go: downloading github.com/securego/gosec/v2 v2.24.7
go: downloading github.com/sonatard/noctx v0.5.0
go: downloading github.com/ryanrolds/sqlclosecheck v0.6.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20260312153236-7ab1446f8b90
go: github.com/redhat-developer/mapt/tools imports
	github.com/golangci/golangci-lint/v2/cmd/golangci-lint imports
	github.com/golangci/golangci-lint/v2/pkg/commands imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters/gofmt imports
	github.com/golangci/gofmt/gofmt: cannot find module providing package github.com/golangci/gofmt/gofmt

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 63d00c0 to a9574a2 Compare March 18, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants